home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
02
/
3
/
DISK0236.ZIP
/
COPYPRTR.BAT
< prev
next >
Wrap
DOS Batch File
|
1984-09-08
|
1KB
|
25 lines
ECHO OFF
ECHO . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ECHO NOTE THE DISK OF PRINTER TABLES must BE IN DRIVE A:
ECHO ----------------------------------^^^^-----------------
ECHO You should have specified one parameter after typing COPYPRTR.
ECHO So your command should have looked like: COPYPRTR B:
ECHO Where B: is the drive designator AND path where you want the
ECHO printer tables to be copied. For example, if you have
ECHO your VOLKSWRITER files in a directory on hard disk called
ECHO VXFILES you should have typed COPYPRTR C:\VXFILES. If
ECHO you are copying to a diskette without directories on drive B:
ECHO you should have typed COPYPRTR B: .
ECHO If you wish to change what you did, hit Ctrl-Break then answer
ECHO the question Y, otherwise. . . .
PAUSE
ECHO ON
COPY A:VXPRINTP.TBL %1
COPY A:VXPRINTQ.TBL %1
COPY A:VXPRINTR.TBL %1
COPY A:VXPRINTS.TBL %1
COPY A:VXPRINTT.TBL %1
COPY A:VXPRINTU.TBL %1
COPY A:VXPRINTV.TBL %1